home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / sk_j1202.arc / RECV.BAT < prev    next >
DOS Batch File  |  1989-12-23  |  817b  |  25 lines

  1. echo off
  2. if %1x == x goto error
  3. if %2x == x goto error
  4. if %3x == x goto error
  5. superk p%1 s%2 r%3 f C:\DLS\%4
  6. goto end
  7. :error
  8. cls
  9. echo SUPERK - (c) Copyright 1989 Crater Rim Software - All Rights Reserved
  10. echo .
  11. echo MiniNet's External Protocol Driver for Batch or Single File Transfers
  12. echo .
  13. echo Command Line = SUPERK p1 s2400 r(protocol) f C:\DLS\filename
  14. echo .
  15. echo Call RECV as   RECV port speed protocol filename
  16. echo      where port = 1, 2, 3  or  4
  17. echo           speed = 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 119200
  18. echo        protocol = j,x,c,y,w,k,s,m  or  jb,xb,cb,yb,wb,kb,sb,mb
  19. echo        filename = required with single file protocol only
  20. echo .
  21. echo Change default download directory (C:\DLS\) to suit
  22. echo .
  23. echo Call   SUPERK @   to set and save defaults
  24. :end
  25.